home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / killdebug.man < prev    next >
Encoding:
Text File  |  1992-04-23  |  1.1 KB  |  32 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /a/newcmds/killdebug/RCS/killdebug.man,v 1.1 89/08/16 17:44:26 shirriff Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS KILLDEBUG cmds
  11. .BS
  12. .SH NAME
  13. killdebug \- Kills any processes in the debugger.
  14. .SH SYNOPSIS
  15. .nf
  16. \fBkilldebug [all]\fR
  17. .BE
  18. .SH DESCRIPTION
  19. .PP
  20. \fBkilldebug\fR kills any processes belonging to the user that are in
  21. the debugger.  It performs a \fBkill -KILL\fR on the list of processes
  22. returned by \fBps -d\fR.  A list of processes killed is printed.
  23. If the \fBall\fP argument is given, \fBkilldebug\fP does a
  24. \fBps -ad\fR and will attempt to kill all processes in the debugger on
  25. the local machine.
  26. .SH KEYWORDS
  27. kill, debug
  28. .SH "SEE ALSO"
  29. kill, ps
  30.